From: Jeremy BĂ­cha Date: Mon, 2 Feb 2026 15:51:21 +0000 (-0500) Subject: Update list of architectures where gjs is available X-Git-Tag: archive/raspbian/2026.2-1+rpi1~1^2~13 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=69e453ecc8ecd373832ffb3bcfeac09af8c822ed;p=ostree.git Update list of architectures where gjs is available armel & ia64 are no longer Debian architectures gjs is no longer buildable on powerpc --- diff --git a/debian/control b/debian/control index eb4031d6..f049cfb4 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Build-Depends: elfutils, fuse3:native, gir1.2-gio-2.0-dev, - gjs:native [!alpha !armel !hppa !ia64 !m68k !sh4 !sparc64 !x32], + gjs:native [!alpha !hppa !m68k !powerpc !sh4 !sparc64 !x32], gnupg , gobject-introspection, gobject-introspection (>= 1.78.1-7~) , @@ -206,7 +206,7 @@ Depends: cpio, fuse3, gir1.2-ostree-1.0, - gjs [!alpha !armel !hppa !ia64 !m68k !sh4 !sparc64 !x32], + gjs [!alpha !hppa !m68k !powerpc !sh4 !sparc64 !x32], gnupg, jq, ostree, diff --git a/debian/rules b/debian/rules index 8780eb7e..d5ad8be8 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ configure_options = \ --without-smack \ $(NULL) -ifneq ($(filter alpha armel hppa ia64 m68k sh4 sparc64 x32,$(DEB_HOST_ARCH)),) +ifneq ($(filter alpha hppa m68k powerpc sh4 sparc64 x32,$(DEB_HOST_ARCH)),) configure_options += ac_cv_path_GJS= endif